func go/types.hasDots
6 uses
go/types (current package)
builtins.go#L28: if hasDots(call) && id != _Append {
builtins.go#L119: if nargs == 2 && hasDots(call) {
call.go#L211: if hasDots(call) {
call.go#L476: ddd := hasDots(call)
exprstring.go#L107: if hasDots(x) {
util.go#L31: func hasDots(call *ast.CallExpr) bool { return call.Ellipsis.IsValid() }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)